Parser.print_dot_graphs

Set the destination to which the parser should write debugging graphs during parsing. The graphs are formatted in the DOT language. You may want to pipe these graphs directly to a dot(1) process in order to generate SVG output.

struct Parser
print_dot_graphs
(
File file
)

Meta